home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / internet / fit11432.zip / FRAMEIT.EXE / 0 / RCDATA / TSPLASHFRM / TSPLASHFRM.txt < prev   
Text File  |  1996-06-10  |  2KB  |  90 lines

  1. object SplashFrm: TSplashFrm
  2.   Left = 41
  3.   Top = 265
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   ClientHeight = 200
  7.   ClientWidth = 312
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnShow = FormShow
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Panel1: TPanel
  17.     Left = 0
  18.     Top = 0
  19.     Width = 312
  20.     Height = 200
  21.     Align = alClient
  22.     BevelWidth = 5
  23.     BorderStyle = bsSingle
  24.     Color = clSilver
  25.     TabOrder = 0
  26.     object Timeleft: TLabel
  27.       Left = 5
  28.       Top = 159
  29.       Width = 298
  30.       Height = 18
  31.       Align = alTop
  32.       Alignment = taCenter
  33.       Caption = 'You have 14 days left for evaluation.'
  34.       Font.Color = clBlue
  35.       Font.Height = -15
  36.       Font.Name = 'Arial'
  37.       Font.Style = [fsBold]
  38.       ParentFont = False
  39.     end
  40.     object Information: TLabel
  41.       Left = 5
  42.       Top = 104
  43.       Width = 298
  44.       Height = 55
  45.       Align = alTop
  46.       Alignment = taCenter
  47.       AutoSize = False
  48.       Caption = 
  49.         'Visit http://www.iinet.net.au/~bwh/frameit.html for prices and o' +
  50.         'rdering information'
  51.       Font.Color = clBlack
  52.       Font.Height = -15
  53.       Font.Name = 'Times New Roman'
  54.       Font.Style = [fsBold]
  55.       ParentFont = False
  56.     end
  57.     object Status: TLabel
  58.       Left = 5
  59.       Top = 86
  60.       Width = 298
  61.       Height = 18
  62.       Align = alTop
  63.       Alignment = taCenter
  64.       AutoSize = False
  65.       Caption = 'Evaluation period has expired'
  66.       Font.Color = clRed
  67.       Font.Height = -16
  68.       Font.Name = 'Arial'
  69.       Font.Style = [fsBold]
  70.       ParentFont = False
  71.     end
  72.     object Bevel1: TBevel
  73.       Left = 5
  74.       Top = 82
  75.       Width = 298
  76.       Height = 4
  77.       Align = alTop
  78.       Shape = bsFrame
  79.     end
  80.     object Image1: TImage
  81.       Left = 5
  82.       Top = 5
  83.       Width = 298
  84.       Height = 77
  85.       Align = alTop
  86.       Picture.Data = {<image000.bmp>}
  87.     end
  88.   end
  89. end
  90.